home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vsc92nov.zip / storage-t.h < prev    next >
C/C++ Source or Header  |  1992-11-02  |  403b  |  18 lines

  1. /*
  2.  * storage-t.h -- Tunable parameters for storage-module
  3.  *
  4.  * (C) m.b (Matthias Blume), Feb 1992, HUB/Ger
  5.  *
  6.  * ident "@(#) storage-t.h (C) M.Blume, Humboldt-Uni Berlin, 1.2"
  7.  */
  8.  
  9. # ifndef STORAGE_T_H_
  10. # define STORAGE_T_H_
  11.  
  12. # define SIZE_MINIMUM 3
  13. # define HEAP_BLOCK_SIZE 2048    /* (2048) measured in sizeof(align_t) */
  14. # define HEAP_SIZE_INCR 32
  15. # define MIN_HEAP_SIZE    (20*HEAP_BLOCK_SIZE)
  16.  
  17. # endif
  18.